github.com/andybalholm/brotli.contextBlockSplitter.last_histogram_ix_ (field)

14 uses

	github.com/andybalholm/brotli (current package)
		metablock.go#L286: 	last_histogram_ix_ [2]uint
		metablock.go#L327: 	self.last_histogram_ix_[1] = 0
		metablock.go#L328: 	self.last_histogram_ix_[0] = self.last_histogram_ix_[1]
		metablock.go#L383: 				var last_histogram_ix uint = self.last_histogram_ix_[j] + i
		metablock.go#L396: 			self.last_histogram_ix_[1] = self.last_histogram_ix_[0]
		metablock.go#L397: 			self.last_histogram_ix_[0] = split.num_types * num_contexts
		metablock.go#L418: 			var tmp uint = self.last_histogram_ix_[0]
		metablock.go#L419: 			self.last_histogram_ix_[0] = self.last_histogram_ix_[1]
		metablock.go#L420: 			self.last_histogram_ix_[1] = tmp
		metablock.go#L422: 				histograms[self.last_histogram_ix_[0]+i] = combined_histo[num_contexts+i]
		metablock.go#L437: 				histograms[self.last_histogram_ix_[0]+i] = combined_histo[i]